projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdaa41a
)
Add more quote-end characters to sentence-end-base
author
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 9 Jul 2019 13:38:19 +0000
(15:38 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 9 Jul 2019 13:38:26 +0000
(15:38 +0200)
* lisp/textmodes/paragraphs.el (sentence-end-base): Add › and »
(bug#36359).
lisp/textmodes/paragraphs.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/paragraphs.el
b/lisp/textmodes/paragraphs.el
index 1d12e53c10a5a0cfb22c244e1a4de4daa9c2f5b1..3762010985f9e635c232d356dd230545f5c93100 100644
(file)
--- a/
lisp/textmodes/paragraphs.el
+++ b/
lisp/textmodes/paragraphs.el
@@
-165,7
+165,7
@@
to obtain the value of this variable."
:type '(choice regexp (const :tag "Use default value" nil)))
(put 'sentence-end 'safe-local-variable 'string-or-null-p)
-(defcustom sentence-end-base "[.?!…‽][]\"'”’)}]*"
+(defcustom sentence-end-base "[.?!…‽][]\"'”’)}
»›
]*"
"Regexp matching the basic end of a sentence, not including following space."
:group 'paragraphs
:type 'string